home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / loa_and_the_island.swf / scripts / frame_513 / PlaceObject2_22_81 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-03-17  |  104b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(key.isdown(90))
  3.    {
  4.       _root.island.gotoAndPlay("end");
  5.    }
  6. }
  7.